projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c8657b
)
* xterm.h (struct x_display_info): Add x_dnd_atoms* to keep track
author
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 11 Aug 2006 07:30:36 +0000
(07:30 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Fri, 11 Aug 2006 07:30:36 +0000
(07:30 +0000)
of drag and drop Atoms.
src/xterm.h
patch
|
blob
|
history
diff --git
a/src/xterm.h
b/src/xterm.h
index 10a9aaa2961d5cf899af73ceb23c8e395cea703f..9aa1d8fcacb4ade2af78aeffbf484d3c1fc61ba6 100644
(file)
--- a/
src/xterm.h
+++ b/
src/xterm.h
@@
-389,6
+389,12
@@
struct x_display_info
X_WMTYPE_A,
X_WMTYPE_B
} wm_type;
+
+
+ /* Atoms that are drag and drop atoms */
+ Atom *x_dnd_atoms;
+ size_t x_dnd_atoms_size;
+ size_t x_dnd_atoms_length;
};
#ifdef HAVE_X_I18N